home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / ttp24a.zip / TIC2PCB.HIS < prev    next >
Text File  |  1993-03-18  |  26KB  |  509 lines

  1.                                   Tic-2-PCB
  2.                              History documentation
  3. -----------------------------------------------------------------------------
  4. 03-18-93  -  2.4a- This update fixes a bug in the File Date within the DIR
  5.              file.  Peter Deegan of My Computer Company BBS in Austrailia
  6.              reported that the FileDate in the listing wasn't being set
  7.              correctly.  Thanks Peter!
  8.  
  9. 03-14-93  -  2.4 - This is primarily a bug fix & enhancement release.
  10.  
  11.              Added new routines to reformat description within the
  12.              FILE_ID.DIZ and not even import a DESC.SDI that's non-standard.
  13.  
  14.              Fixed the way extra long .TIC file descriptions are handled.
  15.  
  16.              Fixed the Unknown area switch.  It was found to be working
  17.              backwards.
  18.  
  19.              Reorganized the method used to read in the areas, and then
  20.              subsequently dimensioning my arrays.  This makes the code more
  21.              disk intensive now since I'm gathering the area info from the
  22.              .TIC files first.  This allows me to determine what area
  23.              definitions are needed from the config file instead of loading
  24.              all the arrays and string into memory, therefore getting the
  25.              "Out of string space" error.
  26.  
  27.              Updated the CONVERT.EXE and TTPCFG.EXE to handle up to 560 areas
  28.              which stops the problem with the dreaded "Out of string space".
  29.              I have set an arbitrary limit of 560 areas, but this is only a
  30.              minor change in code.  (it also only applies to the
  31.              configuration file manager - the main code will handle an
  32.              unlimited amount)
  33.  
  34.              Fixed the problem with the area names and the code not properly
  35.              importing the files into their correct directories.
  36.  
  37.              Fixed an annoyance with the display should a file description
  38.              be longer than 9 lines (plus the Rcvd by line).
  39.  
  40.              Fixed the Multi-Node bug where you would receive an error message
  41.              "Permission denied" if the DIR file or message base was being
  42.              read while Tic-2-PCB was updating it.
  43.              
  44.              Changed the way the .TIC file info was gathered, therefore
  45.              making it just a tad bit faster.
  46.  
  47.              Fixed a problem with the newer version .TIC files which use the
  48.              Release keyword.
  49.              
  50.              Changed the screen clearing routine and added an output header
  51.              instead of clearing the screen completely.  I added the header
  52.              so a person could at least tell that the program is working.
  53.  
  54.              I've added a command line switch called /DEBUG.  This switch
  55.              will turn on some logging which will show exactly where, and
  56.              what the program was doing at any moment while it's executing.
  57.              Should the code hang, be sure to grab the file TIC2PCB.DBG
  58.              before running it again.  I'll need this file in order to tell
  59.              where Tic-2-PCB is pukeing. :(  I would also like to receive a
  60.              copy of your config file, the suspect .TIC file, and the
  61.              archive too.
  62.  
  63.              In order to provide wide compatability, if you aren't validating
  64.              the CRC-32 in the .TIC files, I'm not going to check for the
  65.              keyword or line, this should give compatability to processors
  66.              such as FileManager and a few others that don't produce the .TIC
  67.              files with CRC lines.
  68.  
  69.              Now that I have assumed the duties of HUB here, I have finally
  70.              discovered why everyone who is using Tic-2-PCB have asked me to
  71.              make it forward files.  It seems this TICK & Tic-2-PCB stuff is
  72.              for the birds!  You can bet I'll be implementing this as soon as
  73.              I'm finished converting over to C++.  Hopefully this will be the
  74.              last release in QuickBASIC.  When I do release the C++ version,
  75.              I'll name it 3.0.
  76.  
  77. 01-22-93  -  v2.3 -  CONFIG FILE CHANGE!
  78.              
  79.              I switched to a binary file format to speed up disk access and
  80.              make life much easier for me. <g>
  81.                         
  82.              Added a new configuration file manager since the format is now
  83.              binary.  (Duh!)  This will cause some people to wimper and
  84.              whine, but in the long run it will be much better.  The name of
  85.              it is TTPCFG.EXE.  The syntax is:
  86.                        
  87.                        TTPCFG {CONFIG.NAM}
  88.              
  89.              Added a program to convert version 2.2 config files into an
  90.              incomplete binary file.  Mainly it places all of your area info
  91.              and some default information into the binary config file.  Use
  92.              this before executing TTPCFG.  Should save you some time.
  93.                         
  94.              Removed the requirement for the DOWNLOAD.TXT entry.
  95.  
  96.              Made a command line parameter /VER which will report what the
  97.              compiled program name is, version, and compile date.
  98.  
  99.              I have looked at the possibility of adding complete
  100.              compatibility with ULP, but due to the possibility of loosing
  101.              the description, I'm finding this more of a henderance than a
  102.              benefit.  If you test a file and then convert it, I will have
  103.              to rescan the directory to see if it exists under a different
  104.              name, change the name in the PCBoard directory & the
  105.              DOWNLOAD.TXT file (if used).  If the archive fails the
  106.              verification and is renamed to .DUP, .BAD, or .ERR I have no
  107.              way of handling it other than leaving the DIR file as is, or as
  108.              a minimum change the DIR file entry to match the new file name,
  109.              which I doubt would be desirable by most sysops...  This is an
  110.              unfortunate conclusion to this idea, I was looking forward to
  111.              making this a really nice feature. :(
  112.  
  113.              Added the ability to send file announcements to a specific
  114.              message base.  All files received from an AREA will be
  115.              announced in one continuous message.  
  116.  
  117.              I removed the need for the TIC2PCB.SCR & .SC1 files.  I'm now
  118.              handling all the video routines internally.
  119.  
  120.              As all of you can see, this is starting to get even closer to
  121.              the full blown file forwarding system I onced promised.  It
  122.              will evolve, but maybe not right away...  Hang in there gang!
  123.  
  124.              Please note that my FIDO address will be changing some time in
  125.              February from 1:347/10 to 1:347/110.
  126.  
  127. 12-27-92  -  v2.2 - CONFIG FILE CHANGE!!!
  128.              
  129.              Be sure to look at the new configuration file format!
  130.              
  131.              I made the config file so it will support keywords instead
  132.              of a specific order (except for the area declarations).
  133.  
  134.              Added a KEYWORD {@}TEST  You now have the option of testing
  135.              each individual file, or testing a whole list of them by using
  136.              the TEST keyword for individual file testing or @TEST to make a
  137.              list file.  If the KEYWORD @TEST is used, Tic-2-PCB will keep
  138.              track of each file processed and shell out after completion of
  139.              all processing and pass the filename TIC2PCB.LST as parameter %1.
  140.              This should accommodate the next version of Stacy Smith's ULP
  141.              program which will preserve the "Received by: Tic-2-PCB" lines
  142.              if used, and individual file processing in local mode.  Thanks
  143.              Stacy!
  144.  
  145.              Added a KEYWORD COPYARC which if present, it will force Tic-2-PCB
  146.              to copy the inbound archives to the destination directory and
  147.              leave a copy in the inbound directory.
  148.              
  149.              Added a KEYWORD FILEDATE that if found will cause Tic-2-PCB
  150.              to use the ARCHIVE date within the PCBoard(tm) DIR file.
  151.  
  152.              Added a KEYWORD LOGOFF that turns all standard logging off.
  153.              The TIC2PCB.ERR file will still be written though.
  154.  
  155.              Added a KEYWORD NOINFO to turn of the appending of "Received by:
  156.              Tic-2-PCB MM/DD/YY From:AREANAME"
  157.  
  158.              Added a KEYWORD NODIZ to turn off FILE_ID.DIZ checking.  Tic-2-PCB
  159.              will now shell out and check the archive for a FILE_ID.DIZ or
  160.              a DESC.SDI and use it instead of the one or two line description
  161.              that comes inside the .TIC files.  You must have the archive
  162.              utilities that are listed within the docs for this to operate
  163.              correctly.  Also, Tic-2-PCB can not I.D. self extracting archives
  164.              or process the description files within them.  If an archive
  165.              can't be identified, it will be processed as normal.
  166.  
  167.              Added a KEYWORD NOCRC which will turn off the CRC-32 comparison
  168.              of the included CRC-32 within the TICK file and the actual
  169.              ARCHIVE CRC-32.  This gives added security to your system should
  170.              someone try to sneak a bogus file through your TICK processor.
  171.              This WILL NOT check the files within the archive!
  172.  
  173.              Added a KEYWORD UNKNOWN  which will allow UNKNOWN file areas to
  174.              be imported into the default directories.  This is designed to
  175.              allow files to be imported that do not have a defined area in
  176.              the config file.  The reason for this is because there's no
  177.              password checking on UNKNOWN imports.  If this keyword is not
  178.              found in the config file or it is commented out, all UNKNOWN
  179.              AREA .TIC files will be renamed to TKnnnnnn.UNK and the ARCHIVE
  180.              will NOT be imported into the system.
  181.                         
  182.              Added a KEYWORD in the area declaration called PASSWORD.  This
  183.              will support password checking of the TICK files.  If this
  184.              option is used, it will search the TICK file for the PW keyword
  185.              and then compare that password to the password listed in the
  186.              config file for that AREA.  If it isn't a match then the
  187.              TKnnnnnn.TIC will be renamed to TKnnnnnn.PWD and the archive
  188.              WILL NOT be processed into your BBS.  To disable this feature,
  189.              just comment out or delete the PASSWORD xxxxxx  lines.
  190.  
  191.              Added a command line switch of /BELL to turn the beeping off
  192.              when an error occurs.
  193.  
  194.              Added a new output screen.  You can select /M for MONO on
  195.              the command line if your system doesn't support color.
  196.  
  197.              I improved the logging routines.  The following entries will now
  198.              be found in the log file:
  199.  
  200.              --------[ Processing {INBOUND} - MM-DD-YYYY - HH:MM:SS
  201.              --------[ Process complete - MM-DD-YYYY - HH:MM:SS
  202.              --------[ Process Aborted! - MM-DD-YYYY - HH:MM:SS
  203.              A - Area unknown for file specified
  204.                  Renamed .TIC to .UNK
  205.              C - CRC check sum error on archive
  206.                  Renamed .TIC to .CRC
  207.              D - FILE_ID.DIZ is longer than 450 bytes - Not used
  208.              E - Error encountered in .TIC file
  209.                  Renamed .TIC to .ERR
  210.              F - File doesn't exist
  211.                  Renamed .TIC to .FIL
  212.              P - Incorrect password for AREA
  213.                  Renamed .TIC to .PWD
  214.              S - DESC.SDI longer than 85 bytes - Not used
  215.              √ - Process successful.  File imported properly
  216.  
  217.              At the request of one of the Tic-2-PCB users (sorry I don't
  218.              recall who you were) I have renamed the included config file,
  219.              log file, and error file as SAMPLE.CFG, SAMPLE.LOG, and
  220.              SAMPLE.ERR.  Thanks for the suggestion, who ever you are! <g>
  221.  
  222.              TIC2PCB.DOC has been updated.
  223.              
  224.              Made available as TTP22.ARJ on 12/27/92.
  225.  
  226. 11-11-92  -  v2.1 - Set this up as debug code.
  227.              
  228.              After evaluation for a two week period this code is stable
  229.              since recompiling under QuickBASIC 4.5.
  230.  
  231.              Made available as TTP21.ARJ on 11/21/92.
  232.  
  233. 10-31-92  -  v2.0b - Jim Dritsas reported a bug that didn't correctly write
  234.              the PCBoard directory entries.  This bug was caused due to
  235.              porting the code over to VB-DOS. - FIXED
  236.  
  237. 10-25-92  -  v2.0a - This version wasn't supposed to make it out the door!
  238.              I had compiled some test code, and in the process of getting the
  239.              VB-DOS code compiled and bundled up, I accidentally grabbed the
  240.              wrong executable and put it out.  I'm very sorry for that! :(
  241.  
  242.              Added errorlevels to the code, and it will exit with the
  243.              following levels:
  244.  
  245.                  0 - Successful execution, no errors encountered.
  246.                  1 - Unsuccessful execution, errors encountered, and
  247.                      TIC2PCB.ERR file created/appended.
  248.                  2 - Unsuccessful execution, no .TIC files to process.
  249.  
  250.              Added code that will continue processing if a .TIC file is
  251.              found without an accompanying file.
  252.  
  253.              TIC2PCB.DOC has been updated.
  254.  
  255. 10-18-92  -  v2.0 - NO CHANGES MADE TO CODE EXCEPT RECOMPILED USING MS'S
  256.              VISUAL-BASIC FOR DOS.
  257.                   
  258. 10-08-92  -  v1.6 - CONFIGURATION FILE CHANGE!!!
  259.  
  260.              Changed the command line implementation to require a configuration
  261.              file name.  The method to execute the program will be
  262.                   
  263.                   TIC2PCB <config file>
  264.  
  265.                you must specify a configuration filename or the program will
  266.              halt execution.  This was done for people receiving files from
  267.              another net, which was causing problems with the size of the
  268.              array's within the code, you can now have several different config
  269.              files to support each network.
  270.  
  271.              Fixed a bug that was reporting that the TIC2PCB.CFG file was
  272.              not found when it actually was, but the file or path didn't
  273.              exist within the configuration file.  I have now written error
  274.              trapping routines that will (hopefully in most cases) identify
  275.              the line that the error occurred on and report what path/file
  276.              it was working on when it encountered the error.  There will also
  277.              be a file created called TIC2PCB.ERR which will tell you what the
  278.              error was in case you were asleep or away when the program last
  279.              executed.
  280.              
  281.              Incorporated support for FileManager type TIC files.
  282.  
  283.              Made an option for a batch file to be called to process all files
  284.              when received.  This routine will call the batch file specified
  285.              within the configuration file and pass the file name as %1, the
  286.              file name will specify the location and the file name after it has
  287.              been moved to it's destination directory.  (C:\UPLOAD\FILENAME.xxx)
  288.              Your upload processor must handle renaming or moving the file if
  289.              it should fail any testing.
  290.  
  291.              Major optimization of code, which is based somewhat on OOP.  I
  292.              moved most of the routines into separate modules, which should
  293.              free up some memory, run faster, and be easily modified.
  294.  
  295.              Support for FILE_ID.DIZ detection, Forwarding of files, a message
  296.              report to the sysop when files are received, and a configuration
  297.              program should be included in the next release after being compiled
  298.              under VisualBASIC for DOS.
  299.              
  300.              After spending several hours, and a lot of weekends supporting
  301.              Tic-2-PCB, I am considering making it shareware in the near future
  302.              which I expect it to be a one time fee of $15 for non-commercial,
  303.              and $25 for business use.  I know this is something that you
  304.              probably hate to see, I know I do when I've been using a free
  305.              utility for a while and gotten used to it, but I now understand
  306.              why authors resort to this type of programming.  It takes a lot of
  307.              time, and the family tends to be left out in the living room while
  308.              I'm pounding away on the keys, and they only see me when I'm hungry
  309.              or I need to go to the bathroom. <g>
  310.              
  311.              TIC2PCB.DOC has been updated.
  312.  
  313. 09-11-92  -  v1.5 - CONFIGURATION FILE CHANGE!!!
  314.  
  315.              Fixed a bug that was causing the descriptions to get cut off
  316.              when a comma was encountered - FIXED
  317.              
  318.              Made an option for "Received by Tic-2-PCB mm-dd-yy From:AREANAME"
  319.              entry in the DIR file.
  320.  
  321.              Completed the option to select either C)urrent date or F)ile date
  322.              for DIR file entry. (NOTE: The log file entry will log the current
  323.              date the file was imported)  I thought I had this done in v1.4! :(
  324.  
  325.              I added a feature that will add an entry to your DOWNLOAD.TXT file
  326.              so the common File Profilers will have upload/download stats for
  327.              callers to view.
  328.  
  329.              Optimized some code, and rearranged some subroutines.  Not really
  330.              noticeable speed, just easier to make changes in the future.
  331.  
  332.              I will be adding a feature that will send a private message to the
  333.              sysop, showing what files were imported and where.  It will also
  334.              send errors that are encountered (i.e. bad file names, incorrect
  335.              paths, duplicate file name, etc.)
  336.              
  337.              There have been several requests to allow processing to continue
  338.              when an error is encountered (bad file name, path errors, etc.).
  339.              I have thought about this feature, but Tic-2-PCB exits when an
  340.              error is encountered, just in case something is really wrong,
  341.              and it decides to trash your system. (hopefully things will never
  342.              get to that point anyway) <grin>  If the general feeling is to
  343.              continue on even after an error is encountered, then I will write
  344.              it into the code.
  345.  
  346.              TIC2PCB.DOC has been updated.
  347.  
  348. 07-30-92  -  v1.4a - It figures!  Not less than a week later, I get another
  349.              bug report. :(
  350.              
  351.              Thanks to Tim Fierro, I have incorporated support for FEcho .TIC
  352.              files.  The file format is completely different than TICK, so I
  353.              figured I would add support for that system too.
  354.  
  355.              If someone else has another file processor that Tic-2-PCB isn't
  356.              processing properly, just send me a copy of the .TIC file and
  357.              I'll try to add support for it too.
  358.  
  359.              Minor changes made to TIC2PCB.DOC. (not enough to reprint it)
  360.  
  361. 07-23-92  -  v1.4 - CONFIGURATION FILE CHANGE!  Released as a regular release.
  362.              If I run into more serious problems, I'll start sending ßeta code
  363.              out the door again.
  364.  
  365.              Thanks to Richard Vonzel, I was able to locate another problem
  366.              that wasn't noticeable but yet caused some real hair pulling, if
  367.              things were entered in mixed case, the program code wasn't
  368.              interpreting the mixed case.  FIXED!
  369.  
  370.              As requested by Bob Rathke, I instituted an UNKNOWN area, which
  371.              will toss all unknown area files to the default directory listed
  372.              in lines 2 & 3 of TIC2PCB.CFG.
  373.  
  374.              As requested by Jim Rhodes, a TIC2PCB.LOG file has been added.  It
  375.              will show the date imported, area name, file name, size, and
  376.              destination DOS directory.  If there's anything else someone wants
  377.              entered in this log, let me know.  The log can be disabled in
  378.              line 15 of TIC2PCB.CFG by entering "N" (without quotes) for no
  379.              logging.  If this option is used, make sure you check the size
  380.              of this log if you are receiving lots of files on a regular
  381.              basis.  You can delete it if it gets to big, or you no longer
  382.              want it.
  383.  
  384.              You can also thank Jim for pointing out the problem when moving
  385.              files to other drives, and the "Release" line in the .TIC files,
  386.              which were corrected in the last release.
  387.  
  388.              As requested by several people, and to ease the problems of
  389.              installation I've changed the way Tic-2-PCB handles comments.
  390.              They're no longer required, nor is the pesky semi-colon (;)
  391.              either!
  392.              
  393.              If you should forget to place the trailing back slash (\) on a
  394.              line that is supposed to have a directory entry, Tic-2-PCB will no
  395.              longer toss cookies or fits.
  396.  
  397.              Implemented the option for "F"ile or "C"urrent date to be used in
  398.              the directory file listing.
  399.  
  400.              TIC2PCB.DOC has been updated.
  401.  
  402. 07-16-92  -  v1.3ß - Released this version due to the inability to move files
  403.              to another drive.  Tic-2-PCB will now move files to other drives.
  404.  
  405.           -  I made a modification that will support the "Release" key word
  406.              found at the top of some .TIC files.  I think this was that
  407.              pesky bug.
  408.  
  409.           -  Cleaned up some output routines.  It seems I left some debugging
  410.              code in the file and word wrap was never enabled, and the version
  411.              number was never changed.  Sorry, it should work now. :-)
  412.  
  413.           -  Had one report that the TIC2PCB.CFG file couldn't be found in the
  414.              directory, I couldn't track this one down.  Anyone else had this
  415.              problem before?
  416.  
  417.           -  Added more error trapping routines.
  418.  
  419.           -  Added a support conference on my BBS called Tic-2-PCB (#8).
  420.  
  421.           -  If you want access to this conference, send me net-mail with the
  422.              following information and I will set up an account for you so
  423.              you won't have to go through the verification procedures:
  424.  
  425.              REAL NAME:
  426.              PASSWORD:
  427.              ADDRESS:
  428.              CITY/STATE:
  429.              DATA LINE:
  430.              VOICE LINE:
  431.              DATE OF BIRTH:
  432.  
  433.              Your account will normally be setup within 24 hours.
  434.  
  435.           -  As of this release, I will indicate if any changes have been made
  436.              to the documentation.  This should help save a few trees. <grin>
  437.  
  438.           -  No changes made to Tic2PCB.Doc
  439.  
  440. 07-15-92  -  v1.2ß - 1.1ß1 Had a pesky little bug appear, but it
  441.              disappeared after recompiling with the new code.  Hopefully
  442.              it stays gone!
  443.  
  444.           -  Included code to preserve the original file date of the
  445.              archive.  It was being dated to the present day.
  446.  
  447.              I haven't had much time to incorporate the other features as of
  448.              yet.  This file date thing took me a while.  I have some
  449.              information that will help me include some more enhancements
  450.              for future releases.
  451.  
  452.              Future enhancements will be:
  453.  
  454.              1. Archive identification without relying on the suffix.
  455.              2. Calling PCBTEST (or other batch) on all moved/copied files.
  456.              3. Incorporating FILE_ID.DIZ & DESC.SDI detection.
  457.              4. Allowing a recompress of the archive after a copy/move.
  458.              5. Make a configuration setup routine.
  459.  
  460.              NOTE:  I got a lot of calls reporting problems.  I found that
  461.              80% were due to the configuration file being cleaned out.
  462.  
  463.              YOU HAVE TO LEAVE THE ; (SEMI-COLON) IN THE 33RD COLUMN OR
  464.              TIC2PCB WON'T WORK.  I will be changing this in the next
  465.              version or so.
  466.  
  467.              The other 20% were due to that invisible bug.
  468.  
  469. 06-26-92  -  v1.1ß1 Minor bug fix!  Released the same day.
  470.  
  471. 06-26-92  -  v1.1ß Major upgrade!  Added support for multiple areas, and
  472.              tossing to different file directories and directory listings.
  473.  
  474.           -  Enabled word wrapping for lines that are too long for the
  475.              standard PCBoard directory listing.
  476.  
  477.           -  Enhanced the Move file routine.  <That was an oversight
  478.              on my part>.
  479.  
  480.           -  Began setting up the configuration file to support the
  481.              FILE_ID.DIZ & DESC.SDI file description methods.  These are
  482.              becoming more and more popular.
  483.  
  484.              I plan on allowing the Sysop to say whether they would
  485.              like to change the file date or leave it the same on new
  486.              files. (Presently the file date is being changed to the
  487.              current date when being copied)
  488.  
  489.              Will also allow Sysops to say how long of a secondary
  490.              description they want up to eight lines.
  491.  
  492.              Be sure to read about the new configuration file changes,
  493.              you must follow the pattern in the file or it WON'T WORK.
  494.              Thanks everyone, for telling me what you wanted to see in
  495.              Tic-2-PCB.
  496.  
  497. 06-19-92  -  v1.1ß Tic-to-PCB had a name change to Tic-2-PCB!  I like this
  498.              method of spelling much better. <grin>
  499.  
  500.           -  Made a few changes to the video output and removed unnecessary
  501.              code.  Changed some sub routines, reformatted the code for
  502.              easier reading.
  503.  
  504.           -  Added TIC2PCB.HIS and FILE_ID.DIZ to archive.
  505.  
  506.           -  A complete revision to the Tic2PCB manual.
  507.  
  508. 06-12-92  -  v1.0ß Initial release as ßeta.
  509.